home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 61
/
CDRom61.iso
/
Programas
/
Express Search
/
exp_setup.exe
/
EXWEBDOCS.EXE
/
Express
/
Program
/
webdocs
/
template
/
checkchange.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-04
|
594 b
|
26 lines
$EXP_INCLUDE "checkbrowser.js"
<SCRIPT LANGUAGE="JavaScript">
<!--
var changed = false;
function okToSwitch() {
if (changed) {
return (window.confirm('Some options have been changed on the current tabbed page. \nClick OK to discard the changes and display the other tabbed page. \nClick Cancel to return to the current tabbed page where you can apply the changes.'));
}
else {
return true;
}
}
function closeThisWindow() {
if (self.opener != null) {
if (isNavigator) self.opener.focus();
self.close();
}
else
self.location = "/";
}
//-->
</SCRIPT>